ComponentOne Xamarin.iOS
IsFixedSize Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : IsFixedSize Property
Gets whether the collection size can change.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedSize As Boolean
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsFixedSize
public bool IsFixedSize {get;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members